.header_wrapper {
  margin: 0 auto 50px;
  padding: 0 20px; }
  @media screen and (min-width: 768px) {
    .header_wrapper {
      width: 80%;
      max-width: 1000px; } }
  @media screen and (max-width: 767px) {
    .header_wrapper {
      width: 95%; } }
  .header_wrapper .descrip_block {
    margin-bottom: 30px; }
    .header_wrapper .descrip_block h2 {
      color: #333;
      font-size: 2.2rem;
      margin-bottom: 30px;
      text-align: center;
      border-bottom: 2px solid #007bff;
      padding-bottom: 15px; }
    .header_wrapper .descrip_block .policy_section {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      padding: 30px; }
      .header_wrapper .descrip_block .policy_section h3 {
        color: #007bff;
        font-size: 1.3rem;
        margin: 25px 0 15px 0;
        border-left: 4px solid #007bff;
        padding-left: 15px; }
        .header_wrapper .descrip_block .policy_section h3:first-child {
          margin-top: 0; }
      .header_wrapper .descrip_block .policy_section p {
        color: #555;
        line-height: 1.6;
        margin-bottom: 15px;
        text-align: justify; }
        .header_wrapper .descrip_block .policy_section p a {
          color: #007bff;
          text-decoration: none;
          font-weight: 500; }
          .header_wrapper .descrip_block .policy_section p a:hover {
            text-decoration: underline; }

/*# sourceMappingURL=important_notice.css.map */